![]() |
ALMaSS
1.0
The Animal, Landscape and Man Simulation System
|
A standard class to contain a pollen or nectar curve based on indexed rates. More...
#include <plants.h>
Public Member Functions | |
PollenNectarDevelopmentCurve (vector< int > *a_index, vector< double > *a_slopes) | |
~PollenNectarDevelopmentCurve () | |
double | GetData (int a_index) |
The basic return function for the curve - day indexed. More... | |
int | closest (int a_value) |
Protected Attributes | |
int | m_CurveRefNum |
a reference to identify this precise curve - needs external management More... | |
vector< double > | m_data |
The slopes used. More... | |
vector< int > | m_index |
the index values to the slopes More... | |
A standard class to contain a pollen or nectar curve based on indexed rates.
|
inline |
|
inline |
|
inline |
The basic return function for the curve - day indexed.
Referenced by VegElement::PollenNectarPhenologyCalculation().
|
protected |
a reference to identify this precise curve - needs external management
|
protected |
The slopes used.
|
protected |
the index values to the slopes